home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 676 / fbm / fbm10man.zoo / MAN / fbclean.man < prev    next >
Text File  |  1990-12-18  |  3KB  |  133 lines

  1.  
  2.      FBCLEAN(1)                    25-Jun-90                     FBCLEAN(1)
  3.  
  4.  
  5.           3 
  6.  
  7.      ›1mNAME 
  8.           ›0mfbclean \- flip isolated pixels in a 1bit image 
  9.  
  10.      ›1mSYNOPSIS 
  11.           ›0mfbclean [ -b<cleaner> -t<threshhold> -n<nbr> ] [ -<type> ] < bitmap > bitmap
  12.  
  13.      ›1mDESCRIPTION 
  14.  
  15.                ›0mFlips  isolated  pixels  (this  can be used to clean up
  16.           "snow" in  some  halftoned  images.    Can  also  convert  a
  17.           grayscale   image  to  bitmap  by  theshholding  before  the
  18.           cleaning is done.  
  19.  
  20.      ›1mOPTIONS 
  21.  
  22.           ›0m-›1mb ›0m›3mcleaner ›0moption, specifies the minimum number of  "nearby"
  23.           like pixels to remain the same color.  
  24.  
  25.           -›1mn ›0m›3mneighbors,  ›0mthe size of the neighborhood.  To be "nearby"
  26.           means to be located in  an  NxN  square  around  the  target
  27.           pixel.  
  28.  
  29.           -›1mt  ›0m›3mthreshhold  ›0mcommand,  used  to halftone the image before
  30.           cleaning.  The default is no theshholding.  
  31.  
  32.           -›1mB ›0m›3mface ›0mformat, as used by Bennet Yee's ›3mface ›0mprogram at CMU. 
  33.  
  34.           -›1mF ›0m›3mFBM,  ›0mformat  (by  default,  the  default).     You   are
  35.           guaranteed  not to lose information by specifying FBM as the
  36.           default.  
  37.  
  38.           -›1mG ›0m›3mGIF, ›0mCompuserve GIF format.  
  39.  
  40.           -›1mI ›0m›3mIFF ›0mformat, interleaved bitmaps (ILBM), used by Amigas.  
  41.  
  42.           -›1mP ›0m›3mPBM, ›0mJef Poskanzer's bitmap format.  
  43.  
  44.           -›1mS ›0m›3msun, ›0mSun rasterfiles (not run length encoded).  
  45.  
  46.  
  47.           ›1mEXAMPLE 
  48.  
  49.                ›0mTo take a bitmap and clean up pixels with fewer than  2
  50.           like  neighbors  in  the surrounding 5x5 square, outputing s
  51.           Sun rasterfile: 
  52.  
  53.              % fbclean -S -b2 -n5 < foo.1bit > bar.1bit 
  54.  
  55.           To do the same thing  to  a  grayscale  file  (threshholding
  56.           first with 128): 
  57.  
  58.               % fbclean -S -b2 -n5 -t128 < foo.1bit > bar.1bit 
  59.  
  60.      ›1mSEE ALSO 
  61.           ›0mfbm(1) for general discussion, pbm(1) for PBM routines.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.  
  68.      FBCLEAN(1)                    25-Jun-90                     FBCLEAN(1)
  69.  
  70.  
  71.      ›1mBUGS 
  72.           ›0mNone known.  
  73.  
  74.      ›1mHISTORY 
  75.           ›0mCopyright  (C)  1989,1990 by Gary Sherwin & Michael Mauldin.
  76.           Permission is granted to use this file in whole or  in  part
  77.           for  any  purpose,  educational, recreational or commercial,
  78.           provided that this copyright notice is  retained  unchanged.
  79.           This  software  is  available  to  all  free  of  charge  by
  80.           anonymous FTP and in the UUNET archives.  
  81.  
  82.           25-Jun-90 Michael  Mauldin  at  Carnegie  Mellon  University
  83.           Release 1.0 mlmcs.cmu.edu 
  84.  
  85.           07-Mar-89  Michael  L. Mauldin at Carnegie Mellon University
  86.           Beta release (version 0.9) mlmcs.cmu.edu 
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                                       -2-
  132.  
  133.